func crypto/subtle.xorBytes

2 uses

	crypto/subtle (current package)
		xor.go#L22: 	xorBytes(&dst[0], &x[0], &y[0], n) // arch-specific
		xor_amd64.go#L10: func xorBytes(dst, a, b *byte, n int)